PCA Index Dashboard Examples

PCA Index Dashboard Examples#

This script was last run at 2024-03-06 21:45:38.426053+00:00 (UTC)
In US/Central Time, this is 2024-03-06 15:45:38.426053-06:00
df['3-Month T-Bill Minus 10-Year Treasury'] = df['3-Month T-Bill'] - df['10-Year Treasury']
fig = px.line(df['3-Month T-Bill Minus 10-Year Treasury'])
fig.show()
../_images/1ab9f275ee7eeaadd0462e0eee7fd00c2eda71730442267fcaeb68e0022b2804.png
../_images/6a4ddcdfc7cb5ed8307a45f035bcbc654e359cf7fb048d26afe47a45f408ac90.png